home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.0 KB | 42 lines | [TEXT/GEOL] |
- Item 2558648 21-Nov-90 14:50PST
-
- From: TEK.GPID.MAP Tektronix SW, Bo Lewendal,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: So many resident segments!
-
- Dear MacAppers,
-
- I'm writing a MacApp based program where size is more important than speed. The
- main obstacle to my achieving a small program (at runtime) is MacApp's
- insistence on keeping a large number of segments resident, namely (in
- MacApp 2.0):
-
- resource 'res!' (kBaseMacApp,
- #if qNames
- "BaseMacApp",
- #endif
- purgeable) {
- { "Main";
- "MAMain";
- "GMain";
- "GRes";
- "GRes2";
- "ARes";
- "BBRes";
- "BBRes2";
- "%_MethTables";
- "GError"
- }};
-
- These segments account for more than 115K bytes.
-
- I understand that MacApp needs to keep some segments resident, but is it really
- necessary to keep so many resident. Does anyone know some segments that I can
- remove from the above list without incurring problems?
-
- Bo Lewendal
- Tektronix, Inc.
-
-